home *** CD-ROM | disk | FTP | other *** search
- Command Name : Move
-
- Function : Move a file
-
- Arguments : <wildcards or file> [TO] <directory, wildcards or file> [QUIET]
-
- Loactaion : C directory of this disk
-
- Move is a command found on many systems except, notably, AmigaDOS. What it
- does is move a file from one place to another without copying it. You can
- move a file under AmigaDOS by renaming (Rename C:Makedir S:Makedir would
- move the file C:MAkedir to S) but the way you do it defeats the object a
- bit. It is like when you move a file around in Workbench - you don't have
- to move it then delete the original. [QUIET] turns off output (a bit like
- Run >NIL:).
-
- Examples
-
- Move C:Makedir TO S:
-
- Moves the file Makedir in C: to the S directory
-
- Move C:#? to S:
-
- Moves all files in C: to S:
-